home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip Aralık 2001.iso / prog / internet / netscape / browser.xpi / bin / chrome / toolkit.jar / content / global / bindings / tree.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-01  |  1003 b   |  68 lines

  1.  
  2. tree {
  3.   -moz-user-focus: normal;
  4.   display: -moz-grid;
  5.   min-width: 0px;
  6.   min-height: 0px;
  7.   width: 200px;
  8.   height: 200px;
  9. }
  10.  
  11. tree[rows] {
  12.   height: auto;
  13. }
  14.  
  15. treehead, treerows, treechildren, treeitem, treecolgroup {
  16.   display: -moz-grid-group;
  17. }
  18.  
  19. treehead, treerows, treechildren, treeitem {
  20.   -moz-box-orient: vertical;
  21. }
  22.  
  23. treechildren, treehead, treerows {
  24.   -moz-user-focus: none;
  25. }
  26.  
  27. treecol, treerow {
  28.   display: -moz-grid-line;
  29. }
  30.  
  31. treecol {
  32.   min-width: 16px;
  33.   width: 16px;
  34.   -moz-box-orient: vertical;
  35. }
  36.  
  37. treecol[hidden="true"] {
  38.   display: -moz-grid-line;
  39.   visibility: collapse;
  40. }
  41.  
  42. treechildren {
  43.   display: -moz-grid-group;
  44. }
  45.  
  46. tree > treechildren {
  47.   overflow: auto;
  48.   min-height: 0px;
  49. }
  50.  
  51. treeitem > treechildren {
  52.   display: none;
  53. }
  54.  
  55. treeitem[open="true"] > treechildren {
  56.   display: -moz-grid-group;
  57. }
  58.  
  59. treecell { 
  60.   -moz-box-align: center;
  61.  
  62. treecell[hidden="true"] {
  63.   display: -moz-box;
  64.   visibility: collapse;
  65. }
  66.  
  67.